home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1742 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.0 KB

  1. From: sjg
  2. Subject: Re: MiNT/MTOS under PAK3 
  3. Date: Fri, 22 Jul 94 12:53:41 +0100
  4. X-Mts: smtp
  5.  
  6.  
  7. I wrote:
  8. > >Yep that's right. Call 'cc -o ...' and watch the screen clear with a OUTSIDE
  9. > >error "Can't write sector ...". This sector is outside the range it ought to
  10. > >be writing to. Basically I bought Outside for compiling using C++ so I'm
  11. > >pretty p*ssed off :-(
  12.  
  13. Roland said:
  14. > Anybody else using GCC under Outside?
  15.  
  16. It looks as though I may be being a little harsh saying that MiNT/Outside 
  17. doesn't work. I'm told that people are happily using it. However, the only 
  18. people who are using it have already got more than my meagre 4Mb of RAM. If
  19. you have more than this, then you may have no problems.
  20.  
  21. hih90cn4jf2@moacs11 (who?) said:
  22. >The new version of Outside (3.30) will be released in a couple of weeks.
  23. >That one will work fine with MiNT (I can say that for certain, I'm beta-
  24.  
  25. Hmm - not true I'm afraid. I'm using that too, Uwe was kind enough to send
  26. me a copy through email. Unfortunately it didn't solve the problem. I think
  27. that basically Outside will work if you have enough memory not to want to use 
  28. it anyway :-)) Seriously, I think it needs more than the 4Mb you get in a 
  29. standard Falcon. This is just for using it under MiNT (and mainly with Gcc, 
  30. although tcsh gave me the same problem running mkwhatis last night :-(
  31.  
  32. I even tried recompiling Gcc with the malloc() call rather than alloca() in 
  33. case
  34. it was the stack allocation that was causing problems (since so much other 
  35. stuff works ok). Still the same result. The problem stems from the fact that I 
  36. have to leave 2Mb of my 4Mb as ST ram --> only 2Mb for Outside to page in and 
  37. out of. I suppose it's possible that it's having problems when something needs 
  38. more than 2Mb or RAM to work with...
  39.  
  40. I have to say that I'm pleased with Outside under Gem. The majority of 
  41. programs work fine then. But as I say, the main reason I bought it was to use 
  42. C++ ...
  43.  
  44. Maybe in a few months (frustrating) time I'll have a go at incorporating the 
  45. atari Linux VMM system into MiNT.
  46.  
  47. ATB,
  48.     Simon.
  49.  
  50.